home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 038a / qbsbkit.zip / INSTALL.DOC < prev    next >
Text File  |  1991-05-05  |  1KB  |  46 lines

  1. INSTALLATION
  2.  
  3. To install QBXSBC:
  4.  
  5.     QuickBASIC 4.50 users:
  6.  
  7.         To get a QLB for the environment:
  8.  
  9.         C>link /qu QBXSBC1N.LIB,QBXSBC1N.QLB,nul,bqlb45.lib
  10.  
  11.         (4.00, 4.00b users change bqlb45 to blqb40, bqlb41.)
  12.  
  13.         To link to a completed program (stand-alone):
  14.  
  15.         C>bc yourprg.bas /o;
  16.         C>link yourprg.obj,yourprg.exe,nul,QBXSBC1N.LIB
  17.  
  18.  
  19.     BASIC 7.1 users:
  20.  
  21.         To get a QLB for the environment:
  22.  
  23.         C>link /qu QBXSBC1F.LIB,QBXSBC1F.QLB,nul,qbxqlb.lib
  24.  
  25.         To link to a completed program (stand-alone):
  26.  
  27.         C>bc yourprg.bas /o/fs;
  28.         C>link yourprg.obj,yourprg.exe,nul,QBXSBC1F.LIB;
  29.  
  30.  
  31. To install SOUND.COM, SB-SOUND.COM:
  32.  
  33.         C>SOUND
  34.         C>SOUND [/Pxxx,][/Bxx]
  35.            where xxx = base port address (default 0388h)
  36.                   xx = size of event buffer in K (1-64)
  37.  
  38.         C>SB-SOUND
  39.         C>SB-SOUND [/Pxxx,][/Bxx]
  40.            where xxx = base port address (default 0220h/0388h)
  41.                   xx = size of event buffer in K (1-64)
  42.         C>SB-SOUND /u
  43.            to uninstall the sound driver (SB-SOUND only)
  44.  
  45.  
  46.